Defines the mapping of 3D camera coordinates onto the target coordinate system of the annotation.
Initializes a new PDF3DProjection object.
Initializes a new PDF3DProjection object with the specified COS 3D projection.
Gets the clipping style.
Gets the COS 3D projection.
Gets the far clipping distance. The value is meaningful only if method returns PDF3DProjectionClippingStyle.EXPLICIT_NEAR_FAR.
Gets the field of view. This value is meaningful only if method returns PDF3DProjectionType.PERSPECTIVE.
Gets the near clipping distance. This value is meaningful only if method returns PDF3DProjectionClippingStyle.EXPLICIT_NEAR_FAR or if method returns PDF3DProjectionType.PERSPECTIVE.
Gets the ortographic scale strategy.
Gets the scaling used when projecting the 3D artwork.
Gets the type of projection.
Sets the clipping style.
Sets the far clipping distance. The clippingDistance is meaningful only if method returns PDF3DProjectionClippingStyle.EXPLICIT_NEAR_FAR.
Sets the field of view. This value is meaningful only if method returns PDF3DProjectionType.PERSPECTIVE.
Sets the near clipping distance. This value is meaningful only if method returns PDF3DProjectionClippingStyle.EXPLICIT_NEAR_FAR or if method returns PDF3DProjectionType.PERSPECTIVE. The value must be non-negative for orthographic projections and positive for perspective projections.
Sets the ortographic scale strategy.
Sets the scaling used when projecting the 3D artwork.
Sets the type of projection.